home *** CD-ROM | disk | FTP | other *** search
- This is the list of the items in your forms tag. (ie. text fields, buttons, radio buttons, etc.).
-
- Action is the URL of the query server to which the form contents will be submitted.
-
- This is the method used to submit the form to a server.
- Get - causes the form's contents to be appended as if they were a normal query.
- Post - causes the form's contents to be sent to the server in a data body rather than as part of a URL.
-
- This specifies the encoding for the form's contents.
-
- Inserts a 'Input Tag' which includes such window items as text fields, radio buttons, checkboxes, and buttons.
-
- Inserts a 'Select Tag' which is acts much like a pop-up menu.
-
- Inserts a 'TextArea Tag' which is an editable multiline text field of custom size.
-
- When checked, a default button for submitting the form will be added to your form.
-
- Moves the currently selected item of the form up one notch.
-
- Moves the currently selected item
- of the form down one notch.
-
- Allows you to re-edit the currently selected item of the form.
-
- Deletes the currently selected item of the form.
-
- Cancels the creation of the form.
-
- Adds the created form to the current document.
-
-